home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 December
/
CMCD1203.ISO
/
Software
/
Complet
/
CINEBENCH 2003
/
resource
/
modules
/
objects
/
res
/
description
/
Opyramid.h
< prev
next >
Wrap
C/C++ Source or Header
|
2003-02-27
|
191b
|
10 lines
#ifndef _OPYRAMID_H_
#define _OPYRAMID_H_
enum
{
PRIM_PYRAMID_LEN = 1220, // VECTOR - Pyramid Size [>=0.0]
PRIM_PYRAMID_SUB = 1221 // LONG - Segments [>0]
};
#endif